home *** CD-ROM | disk | FTP | other *** search
- matmult ( matrix 1, matrix 2 )
- matrix multiplication
-
- matrix 1—a number block with the same # of columns as matrix 2 has rows; matrix 2—a number block with the same # of rows as matrix 1 has columns.
-
- matmult creates a block that is the matrix multiplicative product of its two arguments.